-
Notifications
You must be signed in to change notification settings - Fork 9.1k
YARN-11873. Add yarn.lock for app catalog webapp #8020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds a yarn.lock to ensure reproducible npm builds with hadoop-yarn-applications-catalog-webapp.
🎊 +1 overall
This message was automatically generated. |
@iwasakims Could you please help review this PR? Thank you very much! |
@MikaelSmith Thanks for the contribution! Merged into trunk. |
@MikaelSmith Could we also submit this PR to the branch-3.4? |
I generated it by running yarn install (via mvn compile) and adding the lockfile generated. If package.json is the same in branch-3.4, then this file should be the same and we can directly apply this patch. |
I don't see any difference between them
so it should be safe to cherry-pick this change to branch-3.4. |
Contributed by Michael Smith *Adds a yarn.lock to ensure reproducible npm builds with hadoop-yarn-applications-catalog-webapp. Signed-off-by: Shilun Fan <[email protected]>
Description of PR
JIRA: YARN-11873. Add yarn.lock for app catalog webapp
Adds a yarn.lock to ensure reproducible npm builds with hadoop-yarn-applications-catalog-webapp.
How was this patch tested?
Compiled the module. This just preserves the file that's already generated.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?